HomeSort by: relevance | last modified time | path
    Searched defs:opr0 (Results 1 - 1 of 1) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPULibCalls.cpp 498 Value *opr0 = aCI->getArgOperand(0); local
512 Value *sinval = CallInst::Create(sinExpr, opr0, "splitsin", aCI);
513 Value *cosval = CallInst::Create(cosExpr, opr0, "splitcos", aCI);
724 Value *opr0 = CI->getArgOperand(0); local
727 if (ConstantDataVector *CV = dyn_cast<ConstantDataVector>(opr0)) {
765 if (ConstantFP *CF = dyn_cast<ConstantFP>(opr0)) {
804 Value *opr0 = CI->getArgOperand(0); local
805 if (ConstantFP *CF = dyn_cast<ConstantFP>(opr0)) {
810 opr0,
822 Value *opr0 = CI->getArgOperand(0) local
857 Value *opr0, *opr1; local
900 LLVM_DEBUG(errs() << "AMDIC: " << *CI << " ---> " << *opr0 << "\\n"); local
906 LLVM_DEBUG(errs() << "AMDIC: " << *CI << " ---> " << *opr0 << " * " << *opr0 local
914 LLVM_DEBUG(errs() << "AMDIC: " << *CI << " ---> 1 \/ " << *opr0 << "\\n"); local
1129 << "exp2(" << *opr1 << " * log2(" << *opr0 << "))\\n"); local
1137 Value *opr0 = CI->getArgOperand(0); local
1146 LLVM_DEBUG(errs() << "AMDIC: " << *CI << " ---> " << *opr0 << "\\n"); local
1154 LLVM_DEBUG(errs() << "AMDIC: " << *CI << " ---> sqrt(" << *opr0 << ")\\n"); local
1163 LLVM_DEBUG(errs() << "AMDIC: " << *CI << " ---> cbrt(" << *opr0 << ")\\n"); local
1169 LLVM_DEBUG(errs() << "AMDIC: " << *CI << " ---> 1.0 \/ " << *opr0 << "\\n"); local
1179 LLVM_DEBUG(errs() << "AMDIC: " << *CI << " ---> rsqrt(" << *opr0 local
1191 Value *opr0 = CI->getArgOperand(0); local
1250 Value *opr0 = CI->getArgOperand(0); local
1252 << "sqrt(" << *opr0 << ")\\n"); local
1419 double opr0=0.0, opr1=0.0, opr2=0.0; local
    [all...]

Completed in 16 milliseconds