HomeSort by relevance Sort by last modified time
    Searched refs:LowerBSWAP (Results 1 - 5 of 5) sorted by null

  /external/llvm/lib/CodeGen/
IntrinsicLowering.cpp 164 /// LowerBSWAP - Emit the code to lower bswap of V before the specified
166 static Value *LowerBSWAP(LLVMContext &Context, Value *V, Instruction *IP) {
396 CI->replaceAllUsesWith(LowerBSWAP(Context, CI->getArgOperand(0), CI));
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
IntrinsicLowering.cpp 164 /// LowerBSWAP - Emit the code to lower bswap of V before the specified
166 static Value *LowerBSWAP(LLVMContext &Context, Value *V, Instruction *IP) {
396 CI->replaceAllUsesWith(LowerBSWAP(Context, CI->getArgOperand(0), CI));
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
IntrinsicLowering.cpp 165 static Value *LowerBSWAP(LLVMContext &Context, Value *V, Instruction *IP) {
393 CI->replaceAllUsesWith(LowerBSWAP(Context, CI->getArgOperand(0), CI));
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
PPCISelLowering.h     [all...]
PPCISelLowering.cpp     [all...]

Completed in 2903 milliseconds