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

  /external/llvm/lib/Target/NVPTX/
NVPTXReplaceImageHandles.cpp 45 bool findIndexForHandle(MachineOperand &Op, MachineFunction &MF,
127 if (findIndexForHandle(Op, MF, Idx)) {
133 findIndexForHandle(MachineOperand &Op, MachineFunction &MF, unsigned &Idx) {
178 bool Res = findIndexForHandle(TexHandleDef.getOperand(1), MF, Idx);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/
NVPTXReplaceImageHandles.cpp 45 bool findIndexForHandle(MachineOperand &Op, MachineFunction &MF,
127 if (findIndexForHandle(Op, MF, Idx)) {
133 findIndexForHandle(MachineOperand &Op, MachineFunction &MF, unsigned &Idx) {
178 bool Res = findIndexForHandle(TexHandleDef.getOperand(1), MF, Idx);

Completed in 1012 milliseconds